home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-18 | 485 b | 25 lines | [TEXT/MMCC] |
- /* Sample application which makes use of the multi-pane dialog code
- * By Norman Franke
- */
-
- // Required Headers
- #ifndef __TOOLUTILS__
- #include <ToolUtils.h>
- #endif
-
- #ifndef __DEVICES__
- #include <Devices.h> // for OpenDeskAcc()
- #endif
-
- //----------------
-
- // Initialize application's menus
- void CreateMenus(void);
-
- // Process a menu command
- void DoMenuCommand(long menuVal);
-
- // Adjust menus depending for movable modal dialog display
- void SetMenusIdle(void);
- void SetMenusBusy(void);
-